home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 12218 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  916 b 

  1. Path: dispatch.news.demon.net!demon!dekard.demon.co.uk
  2. From: mat@dekard.demon.co.uk (Matt Mower)
  3. Newsgroups: comp.lang.c++,comp.unix.unixware.misc
  4. Subject: Getting proper symbol names using G++ (unixware)
  5. Date: Mon, 18 Mar 1996 20:52:06 GMT
  6. Organization: Information Services, The University of North London.
  7. Message-ID: <827178990.20294@dekard.demon.co.uk>
  8. NNTP-Posting-Host: dekard.demon.co.uk
  9. X-NNTP-Posting-Host: dekard.demon.co.uk
  10. X-Newsreader: Forte Agent .99a.107
  11.  
  12. Using g++ v2.7.2 on my UnixWare system the list of undefined symbols
  13. is very nearly unreadable. Instead of saying
  14.  
  15.     SomeClass::AMemberFunction undefined in module .....
  16.  
  17. I get what I suppose is the mangled function name, and that's a bit
  18. harder to follow.
  19.  
  20. Can anyone suggest where I may have gone wrong with g++, and how I
  21. might get it to give me unmangled names.
  22.  
  23. Regards
  24.  
  25. Matt Mower
  26. Information Services Team - University of North London.
  27.  
  28.  
  29.